home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- sprite(91).member = "But_Help_RO"
- cursor(280)
- end
-
- on mouseDown
- sound(3).play(member("click2"))
- case the frameLabel of
- "Preview_1A":
- go("Help1")
- "preview_2A":
- go("Help2")
- "Preview3a":
- go("Help3")
- "Preview4a":
- go("Help4")
- "Save":
- go("SaveHelp")
- end case
- cursor(0)
- end
-
- on mouseLeave
- sprite(91).member = "But_Help"
- cursor(0)
- end
-